home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 July / Disc 1 / PCU0702CD1.iso / software / apps / files / animfx.exe / #setuppath# / flash.swf / scripts / frame_18 / DoAction.as
Encoding:
Text File  |  2002-05-17  |  428 b   |  14 lines

  1. i = 1;
  2. xposstart = parseFloat(x3);
  3. yposstart = parseFloat(y3);
  4. hexV = parseInt(colortext);
  5. myColor = new Color(letter);
  6. myColor.setRGB(hexV);
  7. hexV = parseInt(colorbackground);
  8. myColor = new Color(background);
  9. myColor.setRGB(hexV);
  10. playsound = "";
  11. delayall = line3.length * (line3.length / 20 + 0.5);
  12. _root.effectholder600.delayall = line3.length * (line3.length / 20 + 0.5);
  13. setProperty("letter", _visible, false);
  14.